home *** CD-ROM | disk | FTP | other *** search
/ Amiga Mag HDD Backup / Amiga Mag HDD Backup.zip / Amiga Mag HDD Backup / Alexander.img.bin / Alexander.img / Fred Fish Folder / fred fish and other / Fish junk / C < prev    next >
Text File  |  1983-05-04  |  14KB  |  387 lines

  1. This is a space to separate files from one disk to the next.
  2.  
  3. If you see this file then remove it
  4.  
  5.  
  6. Anim3D    1.4    Plays anims written in special language
  7.  
  8. Anim3D is my first Amiga program longer than a few dozen lines of code and
  9. was mainly to teach myself how to program a 'real' application for the Amiga.
  10. Basically it plays vector movies that are written in a special programming
  11. language that I designed.
  12.  
  13. The original idea was:
  14. "Wouldn't it be neat if vector demos could be created and played using a
  15. standard program, use the screenmode that you wanted, were smoother on
  16. faster machines and multitasked properly?"
  17. After all, we can't impress PC users from fast animation 'cos they have
  18. faster processors, but we can beat them by making something totally
  19. impossible through Windows   ;-)
  20.  
  21. Anim3D is a real-time vector movie player for Workbench 3 machines. It has
  22. three main features which I think most Amiga software (and demos) should
  23. have nowadays:
  24.  
  25.  
  26. 1)  It is extremely friendly to the OS and multitasks properly; I've
  27.     played animations whilst downloading files on the modem and been
  28.     playing a tracker module so I think I can safely say this  :-)
  29.  
  30. 2)  Animations are played at the SAME speed whatever the machine is...
  31.     slower machines just have a lower frame update rate. This works fine
  32.     because the display is double-buffered (as you'd expect) so there are
  33.     no half drawn screens to be seen.
  34.  
  35. 3)  It can use any of the display modes available on the machine;
  36.     the same image is displayed on the screen whatever the resolution.
  37.     This allows those lucky A4000/040 owners to display anims in mega hi-res
  38.     while running at the same frame rate that an A1200 might run in lo-res.
  39.  
  40. It also makes use of a special dithering method that I worked out which
  41. gives the appearance of more shades of each colour without slowing screen
  42. rendering down. This does however require more chip memory than normal.
  43.  
  44. I have designed a language for creating these animations and some simple
  45. demo anims have been included to give you an idea of what it can do. Take a
  46. look at the animation files by all means (they are only ASCII text), but I
  47. wouldn't try writing your own without any documentation!
  48.  
  49. Author: Michael George
  50. Path: AmigaLibDisk1011:Programs/Anim3D/
  51.  
  52. ==========
  53.  
  54. BluffTitler    1.0    A Realtime 3D Titling System
  55.  
  56. BluffTitler is Realtime 3D Titling program. It allows you to animate 3D
  57. texts in all sorts of 3D effects using a simple graphical user interface.
  58.  
  59. You no longer have to use difficult,expensive and slow 3D rendering software
  60. to make those stunning 3D leaders. All you need is BluffTitler !!
  61.  
  62. And because BluffTitler works in realtime, you can immediately start
  63. recording your leader to video . No more heavy disk operations, memory
  64. problems and single frame recorders : simply start BluffTitler and press
  65. the record button on your video !
  66.  
  67. Since computer power is limited you can't expect broadcast quality from a
  68. realtime titler, but the result is perfectly suitable for
  69. -home video's
  70. -semi-professional productions
  71. -cable networks
  72. -computer presentations
  73.  
  74. Author: Michiel den Outer
  75. Path: AmigaLibDisk1011:Programs/BluffTitler/
  76.  
  77. ==========
  78.  
  79. DepackIFF    1.7    Depacks file packed by ByteRun algorithm
  80.  
  81. This program lets you depack any IFF ILBM file with BODY chunk
  82. crunched by standard ByteRun algorithm which is always used by all
  83. Amiga graphics programs (like DPaint, Brilliance, ADPro, Real) while
  84. saving image, brushes and so on. I decided to code this, because
  85. ByteRun is not so effective as XPK, LhA (but not always!). If you
  86. want  to repack images, you will reach the best results only when you
  87. pack pure image data, and this is why this program was born and
  88. should be useful for all the people wanting save own disk space, eg. BBS
  89. SYSOPs (more images and less bytes!).
  90.  
  91. Author: Marcin Orlowski
  92. Path: AmigaLibDisk1011:Programs/DepackIFF/
  93.  
  94. ==========
  95.  
  96. HyperANSI    1.08    ANSI character & graphics editor
  97.  
  98.  
  99. HyperANSI is a program which allows you to easily create ANSI
  100. graphics with minimum effort.
  101.  
  102.    NOTE: Unlike previous releases of HyperANSI, this version has
  103.          no "crippled"  features, and  no longer  displays  that
  104.          annoying delay screen.
  105.  
  106. Author: Mike D. Nelson
  107. Path: AmigaLibDisk1011:Programs/HyperANSI/
  108.  
  109. ==========
  110.  
  111. LastAlert2    2.1    Will show the last alert or guru
  112.  
  113. Are you tired of always having troubles with finding your pen and paper just
  114. to write down the last guru you got. Now this problem is solved because I
  115. have written a small and quick program that will show the last alert or guru
  116. there have been. If you don't get the point of what this program can be used
  117. to then try to read the rest of this user manual.
  118.  
  119. Author: J┐rgen Da Larsen
  120. Path: AmigaLibDisk1011:Programs/LastAlert2/
  121.  
  122. ==========
  123.  
  124. PicMerge    2.1    Merges two same-sized BitMaps
  125.  
  126. This little program merges two same-sized BitMaps by using logical
  127. operators. All Amiga-Viewmodes are available, except of the HAM-
  128. and 8HAM-Mode. That means, you can work with pictures with up to
  129. 256 colors.
  130.  
  131. The idea for this program was born as I was in trouble. How can I
  132. merge two animations (one on the left, one on the right) in one?
  133. So I done a simple hack to 'OR' the BitMaps. After adding a little
  134. GUI-Interface I decided to make PicMerge public.
  135.  
  136. Author: Frank Dƒber
  137. Path: AmigaLibDisk1011:Programs/PicMerge/
  138.  
  139. ==========
  140.  
  141. This is a space to separate files from one disk to the next.
  142.  
  143. If you see this file then remove it
  144.  
  145.  
  146. FileX    2.0    Very nice binary file editor
  147.  
  148.  
  149.    FileX is a binary file editor which offers the following features:
  150.  
  151.    - Several files can be modified in several windows and/or views at
  152.        the same time.
  153.    - The edit windows can be opened on any public screen and sized to
  154.        any dimension you want.
  155.    - Small calculator
  156.    - Clipboard converter
  157.    - Fontsensitivity
  158.    - Locale support if you have OS 2.1 or higher. (English, Finnish,
  159.        French, German, Swedish (Dutch, Norwegian (not yet included)))
  160.    - Undo and Redo (only limited to your free memory)
  161.    - Search and replace with history
  162.    - Extensive blockfunctions
  163.    - ARexxport with 77 commands and asynchronical command shell
  164.    - Printing as hexdump
  165.    - `Grab memory' to show and modify memory
  166.    - AppWindow. If FileX runs on the workbench, icons can be moved onto
  167.        the FileX window and the related file will be loaded automatically.
  168.    - Iconify
  169.    - Moreover, FileX will be developed further permanently...
  170.  
  171. Author: Klaas Hermanns
  172. Path: AmigaLibDisk1012:Programs/FileX/
  173.  
  174. ==========
  175.  
  176. PPrefs    2.0    Screenmode promotion utility
  177.  
  178. PPrefs is a screenmode promotion utiltity which allows you to promote every
  179. available screenmode of your system (including HAM and EHB modes) to
  180. another mode. You simply select a source and a destination mode and every
  181. program that wants to open a screen with the source mode, instead will open
  182. a screen with the destination mode. If you want that some very special
  183. programs get their very special screenmode or don't get promoted at all,
  184. besides that "mode to mode" promotion, PPrefs supports task/screen specific
  185. promotion, as well..address
  186.  
  187. Author: Olaf Gschweng
  188. Path: AmigaLibDisk1012:Programs/PPrefs/
  189.  
  190. ==========
  191.  
  192. This is a space to separate files from one disk to the next.
  193.  
  194. If you see this file then remove it
  195.  
  196.  
  197. Spot    1.3    A FidoNet tosser/editor for points.
  198.  
  199. Spot is a FidoNet tosser/editor for points.  It features a userfriendly
  200. font-sensitive GadTools interface that is fully localized.  Spot uses a custom
  201. message base format for fast importing and exporting.  Some of Spot's main
  202. features:t Supports new 3.0 features (newlook menus, memory pools,...) --
  203. Automatically creates new areas for you, no tedious work -- Optional (fully
  204. transparent) message base crunching -- Message list with powerful functions
  205. (e.g. search body text) -- Excellent support for multiple character sets
  206. (LATIN-1, IBM,...) -- Built-in, fully asynchronous, Fido file request --
  207. Multi-bossing and multi-domain capable -- Userlist editor -- powerful twitlist
  208. -- ARexx port (100+ commands).
  209.  
  210. Author: Nico Francois
  211. Path: AmigaLibDisk1013:Programs/Spot/
  212.  
  213. ==========
  214.  
  215. This is a space to separate files from one disk to the next.
  216.  
  217. If you see this file then remove it
  218.  
  219.  
  220. AntiCicloVir    2.3a    Link/File/BB/Validator/Memory virus elim
  221.  
  222. A link virus detector and exterminator.  Also detects other types of
  223. viri.   This version recognizes:  188 Bootblock, 28 File, 15 Link,
  224. 7 Disk-Validator, 11 Trojans, and 17 Bombs.  Automatically checks each
  225. inserted disk for boot block and disk-validator viruses.  Can scan all
  226. files of a specified directory for known link viruses, and constantly
  227. monitors memory and system vectors.  Now public domain and includes
  228. source in assembler.
  229.  
  230. Author: Matthias Gutt
  231. Path: AmigaLibDisk1014:Programs/AntiCicloVir/
  232.  
  233. ==========
  234.  
  235. LockColors    1.1a    Complete control over Workbench Palette
  236.  
  237. LockColors uses the OS3.0+ specific ObtainPen() to give you
  238. complete control over your WorkBench palette.  Now you can have
  239. correct colors for all your MagicWb-icons independently of your
  240. screendepth.  Tested with Enforcer/Mungwall.
  241.  
  242. NOTE: Your WorkBench must be deeper than 8 colors to use LockColors,
  243.       because on screens <=8 colors all the pens are locked by the
  244.       system (and all the pens can be altered with the system palette
  245.       editor, so LockColors really has no practical use on those screens)
  246.  
  247.     - Version 1.1a fixes an annoying problem when LockColors
  248.       has to use its TimeOut feature. After this, all pens
  249.       locked by LockColors seemed to be systemlocked.
  250.  
  251.     - LockColors no longer blocks your Workbench from closing.
  252.     - Fixed some bugs and added some requested features.
  253.  
  254. Author: Torgeir Hovden
  255. Path: AmigaLibDisk1014:Programs/LockColors/
  256.  
  257. ==========
  258.  
  259. VT    2.68    A comprehensive virus utility package.
  260.  
  261. A very good virus checker, however all the documentation is in
  262. German.
  263.  
  264. Author: Heiner Schneegold
  265. Path: AmigaLibDisk1014:Programs/VT/
  266.  
  267. ==========
  268.  
  269. WBPrint    1.03    Prints text on WB screens title bar
  270.  
  271. This program lets you print any text (like DOS command ECHO)
  272. on Workbench screen's title bar.  WB screen will be fronted
  273. automagically.  You can also turn screen flash on.  Note:  there is
  274. only one screen line for your text, therefore there are no special
  275. chars (like *n) supported (maximal number of letters in on the WB's!
  276. title bar depends on current WB font widch (check the proportional
  277. one!).
  278.  
  279. Author: Marcin Orlowski
  280. Path: AmigaLibDisk1014:Programs/WBPrint/
  281.  
  282. ==========
  283.  
  284. This is a space to separate files from one disk to the next.
  285.  
  286. If you see this file then remove it
  287.  
  288.  
  289. CXHandler    2.9    CXHandler is an Exchange clone
  290.  
  291. CXHandler is an Exchange clone.
  292. The program is controlable via keys and is font sensitiv.
  293.  
  294. Author: Martin Stengle
  295. Path: AmigaLibDisk1015:Programs/CXHandler/
  296.  
  297. ==========
  298.  
  299. Event    1.14    Tool to remember everything you want.
  300.  
  301. With this software you have a good tool to remember everything you want.
  302. Features:
  303. ---------
  304. * requiers only 12 kB memory
  305. * the event½s are storend in a data file
  306. * multitasking friendly
  307. * "gliding" event½s
  308. * loading only the Event½s from the current day
  309.  
  310. Author: Klaus Muckenhuber
  311. Path: AmigaLibDisk1015:Programs/Event/
  312.  
  313. ==========
  314.  
  315. ScreenTool    1.04    Switch between screens using hotkeys.
  316.  
  317. On the MS-DOS½en you have the keyboard shortcut CTRL-TAB to cycle
  318. between the applications, and the CTRL-ESC shortcut to view all
  319. running applications in a requester.
  320.  
  321. With ScreenTool you have the MS-Windows CTRL-ESC function on your
  322. Amiga.  You get a requester with all available screens - so you have a
  323. tool to handle comfortable all open screens.
  324.  
  325. ScreenTool is not a Commodity, because it is very small - and so it is
  326. fast enough by starting from the disk.  By activating with FKey you
  327. can start a lot of tools with the keyboard, without using any
  328. additional RAM.
  329.  
  330. So ScreenTool will save your CPU and RAM!
  331.  
  332. Author: Klaus Muckenhuber
  333. Path: AmigaLibDisk1015:Programs/ScreenTool/
  334.  
  335. ==========
  336.  
  337. SerLog    1.3    Debugging device to monitor serial-IO
  338.  
  339. serlog.device passes all IOExtSer requests to a "real" serial.device
  340. and writes the results to a file.  You may configure the amount of
  341. information to be stored in the log.  The log-file created by
  342. serlog.device contains a binary dump which can be formatted
  343. (i.e. transferred into a readable version) using the supplied
  344. formatter.
  345. Note that serlog.device uses *significant* overhead over the underlying
  346. serial.device, resulting in very low baud-rates.
  347.  
  348. Author: Stefan PrÜls
  349. Path: AmigaLibDisk1015:Programs/SerLog/
  350.  
  351. ==========
  352.  
  353. SnoopDos    3.0    System and application monitor
  354.  
  355. SnoopDos
  356. SnoopDos is a utility that allows you to monitor a variety of system
  357. operations carried out by programs on your Amiga. This includes what
  358. files a program is trying to open, what fonts, libraries, devices and
  359. environment variables it is looking for, and so on.
  360.  
  361. This is very useful if you are trying to figure out why a certain
  362. application won't work properly. Usually, it's because the application
  363. can't find a certain configuration file, library or device.
  364.  
  365. This version has many new features not present in version 1.7. Among
  366. the most important are a full GUI, support for many new functions,
  367. support for monitoring programs compiled with GNU C, and a packet
  368. debugger for programmers.
  369.  
  370. Author: Eddy Carroll
  371. Path: AmigaLibDisk1015:Programs/SnoopDos/
  372.  
  373. ==========
  374.  
  375. StarBlank    3.1    Screen blanker shows moving stars
  376.  
  377. Screen blanker commodity that shows a moving
  378. star field.  Features user definable timeout,
  379. hot keys, and an insty-blank hot key.  Based
  380. upon Leo Schwab's "stars" screen hack.
  381.  
  382. Author: Brian Neal
  383. Path: AmigaLibDisk1015:Programs/StarBlank/
  384.  
  385. ==========
  386.  
  387.